@charset "UTF-8";

/* @font-face {
    font-family: Source Han sans-serif;
    src: url('../../fonts/PingFangR.ttf');
}

@font-face {
    font-family: Source Han Sans;
    font-weight: 600;
    src: url('../../fonts/Semibold.ttf');
} */

[v-cloak] {
  display: none;
}

body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  list-style: none;
  text-decoration: none !important;
  scroll-behavior: smooth;
}

.height {
  height: 100% !important;
}

#top_nav {
  width: 100%;
  font-family: Source Han sans-serif;
  transition: all 0.3s ease;
  position: relative;
  left: 0;
  top: 0;
  /* background: rgba(0, 0, 0, 0.3); */
  border-bottom: 1px solid #eeeeee;
  z-index: 1000;
}

.hideTopAll {
  border-bottom: none !important;
  /* opacity: 0; */
  /* visibility: hidden; */
}

.hideTopAll .bgcF {
  background: transparent !important;
}

.hideTopAll .borderG {
  border-bottom: none !important;
}

.hideTopAll .logoImg {
  width: 233px !important;
  height: 48px !important;
  background: url(/static/v2/img/logo2x-2.webp) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

#top_nav .logoImg {
  width: 233px;
  height: 48px;
  background: url(/static/v2/img/logo2x.webp) no-repeat;
  background-size: 100% 100% !important;
  display: none;
  /* transform: scale(0.8); */
  /* margin-top: 4px; */
}

#top_nav .showSide .logoImg {
  display: block;
}

#top_nav .showSide .loginBox {
  display: block;
}

.hideTopAll .hideTopTwo,
.hideTopAll .hideTopTwo * {
  background: transparent;
}

.hideTopAll .flexible1 ul {
  opacity: 1 !important;
  visibility: visible !important;
}

.hideTopAll .flexible1 ul li a {
  color: #ffffff !important;
}

.hideTopAll .flexible1 ul .new::before {
  display: none !important;
}

.hideTopAll .flexible1 ul .hot::before {
  display: none !important;
}

#top_nav .hideBox {
  display: none !important;
}

#top_nav .topBgi {
  width: 100%;
  height: 64px;
  /* background: url("../img/bgt1.png") no-repeat;
    background-size: 100% 64px; */
  position: relative;
}

#top_nav .topBgi > img {
  display: block;
  width: 100%;
  height: 64px;
}

#top_nav .topBgi .close {
  width: 24px;
  height: 24px;
  background: url("../img/close4.png") no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 20px;
}

#top_nav .bgcB {
  width: 100%;
  background-color: #222222;
}

#top_nav .bgcF {
  width: 100%;
  background-color: #ffffff;
}

#top_nav .bgcF7 {
  width: 100%;
  background-color: #f7f7f7;
}

#top_nav .topBarrage {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  background: linear-gradient(96deg, #ff5970 0%, #ff8b84 51%, #fec12d 100%);
  cursor: pointer;
}

#top_nav .topBarrage .leftTips {
  font-size: 18px;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #ffffff;
}

/* 七周年 */
/* #top_nav .topBarrageBgi {
  background: url(/static/v2/img/sevenTbanner1.png) no-repeat;
  background-size: 100% 100%;
} */

#top_nav .topBarrageBgi {
  background: url(/static/v2/img/sixOneEight/sixAd.png) no-repeat;
  background-size: 100% 100%;
}

#top_nav .padT20 {
  padding: 20.5px 0;
}

#top_nav .borderG {
  border-bottom: 1px solid #eeeeee;
}

#top_nav .fixed {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 11111;
}

#top_nav .zindexN {
  position: relative;
  z-index: 900;
}

#top_nav .centerBox {
  width: 1200px;
  margin: 0 auto;
}

#top_nav .centerBox1 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top_nav .optionBox {
  height: 34px;
  background-color: #222222;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top_nav .optionBox > section:nth-of-type(1) {
  /* width: 420px;
  height: 20px; */
  /* background: url("../img/logo5.png") no-repeat; */
  width: 566px;
  height: 22px;
  background: url("/static/v2/img/home_tag4.png?v=1") no-repeat;
  background-size: 100% 100%;
}

#top_nav .optionBox > section:nth-of-type(2) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#top_nav .optionBox > section:nth-of-type(2) > .a {
  margin-right: 24px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.8;
}

#top_nav .optionBox > section:nth-of-type(2) > .a:hover {
  opacity: 1;
  position: relative;
}

#top_nav .optionBox > section:nth-of-type(2) > .a:hover::before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translate(0, -50%);
  border-right: 8px solid #0099ad;
  border-left: 8px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

#top_nav .optionBox > section:nth-of-type(2) > .a:hover::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-right: 8px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #0099ad;
  right: -18px;
  top: 50%;
  transform: translate(0, -50%);
}

#top_nav .optionBox > section:nth-of-type(2) > p {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.8;
  display: flex;
  align-items: center;
}

#top_nav .optionBox > section:nth-of-type(2) > .phone::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/home6.png") no-repeat;
  background-size: 100%;
  margin-right: 6px;
}

#top_nav .flexible {
  height: 84px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 24px 0 12px 0;
}

/* #top_nav .flexible1 {
    background: #FFFFFF;

} */

#top_nav .flexible > h1 > a {
  display: block;
  width: 233px;
  height: 48px;
  background-image: url("../img/logo2x.webp?1.3");
  background-repeat: no-repeat;
  background-size: 100%;
  /* margin-right: 48px; */
  cursor: pointer;
  color: rgba(0, 0, 0, 0) !important;
}

#top_nav .flexible > div > .searchBox {
  width: 600px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* background: #F7F7F7;
    border-radius: 24px;
    border: 1px solid #0099AD; */
  background: #f7f7f7;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #d8d8d8;
}

#top_nav .flexible > div > .searchBox .searchImg {
  margin-left: 20px;
  flex-basis: 18px;
}

#top_nav .flexible > div > .searchBox .searchImg > img {
  width: 18px;
  height: 18px;
}

#top_nav .flexible > div > .searchBox .search > img {
  width: 16px;
  height: 16px;
  display: none;
}

#top_nav .flexible > div > .searchBox > .search {
  margin: 0 0 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

#top_nav .flexible > div > .searchBox .search > input {
  width: 274px;
  height: 48px;
  font-size: 16px;
  margin: 0;
  background: transparent;
  border: none;
  position: absolute;
  left: 54px;
}

input[type="text"] {
  outline: none;
  -webkit-appearance: none;
}

#top_nav .flexible > div > .searchBox .search > input:focus {
}

/* #top_nav .flexible>div>.searchBox .searchFocus {
 width: 440px;

}

#top_nav .flexible>div>.searchBox .searchFocus>input {
 width: 420px;
} */

#top_nav .flexible > div > .searchBox .tags {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#top_nav .flexible > div > .searchBox .tags > a {
  margin-right: 10px;
  padding: 4px 12px;
  font-size: 13px;
  line-height: 18px;
  color: #999999;
  background: #eeeeee;
  border-radius: 14px;
}

#top_nav .flexible > div > .searchBox .tags > a:hover {
  color: #ffffff;
  background: #0099ad;
}

#top_nav .flexible > div > .searchBox .searchR {
  width: 64px !important;
  height: 40px;
  background: #0099ad;
  border-radius: 24px;
  margin-right: 4px;
  margin-left: 12px;
  font-size: 14px;
  display: none;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  flex-basis: 64px;
  cursor: pointer;
  user-select: none;
}

#top_nav .flexible > div > .searchBox .searchR > img {
  width: 18px;
  height: 18px;
  margin: 11px 20px;
  cursor: pointer;
}

#top_nav .flexible .rightBtns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#top_nav .flexible .saveA {
  /* width: 88px;
    height: 48px;
    background: #0099AD;
    border-radius: 24px; */
  /* text-align: center; */
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 120px;
  height: 48px;
  background: linear-gradient(180deg, #5dc1cf 0%, #0090ad 100%);
  border-radius: 4px 4px 4px 4px;
}

#top_nav .flexible .logBtn {
  border-radius: 24px 24px 24px 24px;
  background: #f7f7f7;
  padding: 16px;
  font-family: Source Han Sans;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top_nav .flexible .logBtn::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/topIcon2.png) no-repeat;
  background-size: 100%;
  margin-right: 6px;
}

#top_nav .logBtn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}

#top_nav .logBtn2 > a {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  cursor: pointer;
}

#top_nav .logBtn2 > span {
  display: block;
  width: 1px;
  height: 14px;
  font-size: 14px;
  background: #999999;
  margin: 0 10px;
}

#top_nav .logBtn3 > span {
  display: block;
  width: 1px;
  height: 14px;
  font-size: 14px;
  background: #999999;
  margin: 0 10px;
}

#top_nav .flexible .regBtn {
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #92d6df;
  padding: 16px;
  font-family: Source Han Sans;
  font-weight: bold;
  font-size: 16px;
  color: #0099ad;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top_nav .flexible .regBtn::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/topIcon1.png) no-repeat;
  background-size: 100%;
  margin-right: 6px;
}

#top_nav .flexible > .number {
  position: relative;
}

/* #top_nav .flexible>.number::after {
  display: block;
  content: "最高返10%";
  padding: 2px 8px;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  position: absolute;
  top: -10px;
  right: -16px;
  background: #FEC12D;
  border-radius: 14px 14px 14px 0px;
  font-family: Source Han sans-serif;    font-weight: 500;
} */

#top_nav .flexible > .number > span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  position: absolute;
  top: -10px;
  right: -40px;
  background: #ff7b00;
  /* border: 1px solid #D8D8D8; */
  border-radius: 14px 14px 14px 0px;
  font-family: Source Han Sans;
  font-weight: 600;
  height: 24px;
  z-index: 10;
  font-weight: 600;
}

#top_nav .flexible > .number > span > img {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

#top_nav .flexible .persoanl {
  position: relative;
}

#top_nav .flexible .persoanl::after {
  display: block;
  white-space: nowrap;
  content: "领取惊喜福利";
  padding: 4px 10px;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  position: absolute;
  top: -24px;
  right: -22px;
  background: #ff5d5d;
  border-radius: 14px 14px 14px 0px;
  font-family: Source Han Sans;
  font-weight: 600;
}

#top_nav .flexible .persoanl_ac {
  position: relative;
}

#top_nav .flexible .persoanl_ac::after {
  display: block;
  white-space: nowrap;
  content: "立即抽盲盒";
  padding: 4px 10px;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  position: absolute;
  top: -24px;
  right: -22px;
  background: #ff5d5d;
  border-radius: 14px 14px 14px 0px;
  font-family: Source Han Sans;
  font-weight: 600;
}

#top_nav .flexible > .saveA::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/home7.png") no-repeat;
  background-size: 100%;
  margin-right: 6px;
}

#top_nav .flexible > .modeA {
  width: 86px;
  height: 48px;
  background: #f7f7f7;
  border-radius: 24px;

  font-size: 16px;
  line-height: 22px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;

  cursor: pointer;
}

#top_nav .flexible > .modeA::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/home4.png") no-repeat;
  background-size: 100%;
  margin-right: 6px;
}

#top_nav .flexible > .noLogin {
  font-size: 16px;
  line-height: 22px;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #333333;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

#top_nav .flexible > .noLogin > a {
  font-size: 16px;
  line-height: 22px;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #333333;
}

#top_nav .flexible > .noLogin > p {
  width: 12px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

#top_nav .flexible > .login1 {
  padding: 0 20px;
  font-size: 16px;
  line-height: 48px;
  color: #333333;
  /* display: flex;
 justify-content: center;
 align-items: center; */
  position: relative;
  cursor: pointer;
}

#top_nav .flexible .headImg {
  display: inline-block;
  width: 60px;
  height: 48px;
  padding-right: 12px;
  border-radius: 50%;
}

#top_nav .flexible > .login1 > a {
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

#top_nav .flexible > .login1 > a:hover {
  color: #0099ad;
}

#top_nav .flexible > .login1 > p {
  width: 16px;
  height: 16px;
  background: url("../img/home8.png") no-repeat;
  background-size: 100%;
  margin-left: 6px;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  top: 16px;
  right: 0px;
}

#top_nav .flexible > .login1 > .rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#top_nav .flexible > div > .searchBox .searchList {
  position: absolute;
  top: 58px;
  width: 600px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(68, 68, 68, 0.1);
  border-radius: 8px;
  padding: 16px 20px;
  display: none;
  z-index: 1010;
}

#top_nav .flexible > div > .searchBox .searchList .history {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}

#top_nav .flexible > div > .searchBox .searchList .history > .left {
  width: 514px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#top_nav .flexible > div > .searchBox .searchList .history > .left > a {
  margin-right: 8px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 18px;
  color: #999999;
  background: #eeeeee;
  border-radius: 15px;
}

#top_nav .flexible > div > .searchBox .searchList .history > .left > a:hover {
  color: #ffffff;
  background: #0099ad;
}

#top_nav .flexible > div > .searchBox .searchList .history > .clear2 {
  width: 30px;
  height: 30px;
  background-color: #f7f7f7;
  border-radius: 16px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top_nav .flexible > div > .searchBox .searchList .history > .clear2:hover {
  background-color: #0099ad;
}

#top_nav .flexible > div > .searchBox .searchList .history > .clear2::after {
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  background: url("../img/home5.png") no-repeat;
  background-size: 16px 16px;
}

#top_nav
  .flexible
  > div
  > .searchBox
  .searchList
  .history
  > .clear2:hover::after {
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  background: url("../img/home5-2.png") no-repeat;
  background-size: 16px 16px;
}

#top_nav .flexible > div > .searchBox .line {
  overflow: hidden;
  background: #eeeeee;
  height: 1px;
  margin-top: 10px;
}

#top_nav .flexible > div > .searchBox .projectList h3 {
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #aaaaaa;
}

#top_nav .flexible > div > .searchBox .projectList {
  display: flex;
  flex-wrap: wrap;
}

#top_nav .flexible > div > .searchBox .projectList > div {
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
}

#top_nav .flexible > div > .searchBox .projectList > div:nth-of-type(3n) {
  margin-right: 0px;
}

#top_nav .flexible > div > .searchBox .projectList > div > img {
  width: 180px;
  height: 80px;
}

#top_nav .flexible > div > .searchBox .projectList > div > p {
  position: absolute;
}

#top_nav .flexible > div > .searchBox .projectItem {
  margin-top: 10px;
  display: none;
  max-height: 398px;
  overflow-y: auto;
  overflow-x: hidden;
}

#top_nav .flexible > div > .searchBox .projectItem::-webkit-scrollbar {
  width: 2px;
}

#top_nav .flexible > div > .searchBox .projectItem::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #eeeeee;
}

#top_nav .flexible > div > .searchBox .projectItem::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #cccccc;
}

#top_nav .flexible > div > .searchBox .projectItem > div {
  width: 560px;
  height: 40px;
  border-radius: 8px;
  padding: 10px;
}

#top_nav .flexible > div > .searchBox .projectItem > div:hover {
  background: #f7f7f7;
}

#top_nav .flexible > .login1 .PersonalCenter {
  background: #ffffff;
  width: 1920px;
  position: absolute;
  top: 62px;
  left: -1391px;
  z-index: 1020;
  display: none;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}

#top_nav .flexible > .login1 .PersonalCenter .topInfo {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top_nav .flexible > .login1 .PersonalCenter .topInfo > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
}

#top_nav .flexible > .login1 .PersonalCenter .topInfo > ul li {
  height: 48px;
  background: #ffffff;
  position: relative;
}

#top_nav .flexible > .login1 .PersonalCenter .topInfo > ul li:nth-of-type(1) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > ul
  li:nth-of-type(1)
  > .toux {
  margin-right: 10px;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > ul
  li:nth-of-type(1)
  > .toux
  > img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > ul
  li:nth-of-type(1)
  > .user
  p:nth-of-type(1) {
  height: 18px;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  /* margin-top: 2px; */
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > ul
  li:nth-of-type(1)
  > .user
  p:nth-of-type(2) {
  font-size: 14px;
  line-height: 14px;
  color: #0099ad;
  margin-top: 12px;
}

/* #top_nav .flexible>.login1 .PersonalCenter .topInfo>ul li:nth-of-type(n+2)::after {
    position: absolute;
    top: 6px;
    display: block;
    content: "";
    width: 1px;
    height: 36px;
    background: #CCCCCC;
} */

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > ul
  li
  > p:nth-of-type(1) {
  /* margin-top: 2px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #333333; */
  font-family: DIN, DIN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  text-align: center;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > ul
  li
  > p:nth-of-type(2) {
  margin-top: 12px;
  font-weight: 350;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  text-align: center;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > ul
  li:hover
  > p:nth-of-type(2) {
  color: #0099ad;
}

#top_nav .flexible > .login1 .PersonalCenter .topInfo > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: default;
  gap: 60px;
}

#top_nav .flexible > .login1 .PersonalCenter .topInfo > div .p1 {
  font-weight: 350;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

#top_nav .flexible > .login1 .PersonalCenter .cGif {
  display: block;
  content: "";
  width: 136px;
  height: 60px;
  background: url("../img/gif-bg.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

#top_nav .flexible > .login1 .PersonalCenter .cGif > img {
  display: block;
  width: 120px;
  height: 45px;
  margin-left: 10px;
  margin-top: -15px;
}

#top_nav .flexible > .login1 .PersonalCenter .cGif > p {
  height: 17px;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  text-align: center;
  margin-top: 5px;
}

#top_nav .flexible > .login1 .PersonalCenter .topInfo > div .p12 {
  width: 140px;
  font-size: 14px;
  /* width: 140px;
  height: 48px;
  border-radius: 24px;
  padding: 13px 16px;
  font-size: 14px;
  line-height: 48px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border-radius: 24px;
  z-index: 10; */
}

/* #top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p1:hover {
    background: #F7F7F7;
} */

/* #top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p2:hover {
    background: #F7F7F7;
    color: #E65555;
} */

#top_nav .flexible > .login1 .PersonalCenter .topInfo > div .aIcon1::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/static/v2/img/index-top/icon1.png") no-repeat;
  background-size: 100%;
}

#top_nav .flexible > .login1 .PersonalCenter .topInfo > div .aIcon2::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/static/v2/img/index-top/icon2.png") no-repeat;
  background-size: 100%;
}

#top_nav .flexible > .login1 .PersonalCenter .topInfo > div .aIcon3::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/static/v2/img/index-top/icon3.png") no-repeat;
  background-size: 100%;
}

#top_nav .flexible > .login1 .PersonalCenter .topInfo > div .aIcon4::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/static/v2/img/index-top/icon4.png") no-repeat;
  background-size: 100%;
}

#top_nav .flexible > .login1 .PersonalCenter .topInfo > div .p2 {
  width: 88px;
  height: 48px;
  background: #ffffff;
  border-radius: 24px;
  padding: 13px 16px;
  font-size: 16px;
  line-height: 48px;
  color: #333333;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* #top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p2:hover {
    color: #E65555;
} */

#top_nav .flexible > .login1 .PersonalCenter .topInfo > div .p2::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/home-sign-out1.png") no-repeat;
  background-size: 100%;
  margin-right: 6px;
}

/* #top_nav .flexible>.login1 .PersonalCenter .topInfo>div .p2:hover::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/home-sign-out2.png")no-repeat;
    background-size: 100%;
    margin-right: 6px;
} */

#top_nav .flexible > .login1 .PersonalCenter .topInfo > div .p1 > div {
  position: absolute;
  top: 50px;
  /* left: -135px; */
  /* left: -26px; */
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top_nav .flexible > .login1 .PersonalCenter .topInfo > div .p1:hover > div {
  display: flex !important;
  gap: 6px;
}

#top_nav .flexible > .login1 .PersonalCenter .topInfo > div .p1 > .hide {
  display: none;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > div
  .p1
  > div
  > .codeBox {
  width: 140px;
  padding: 16px 0px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
  display: inline-block;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > div
  .p1
  > div
  > .codeBox
  > img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > div
  .p1
  > div
  > .codeBox
  > .img2 {
  display: block;
  margin: 0 auto;
  width: 116px;
  height: 116px;
  border-radius: 8px;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > div
  .p1
  > div
  > .codeBox
  > .dBtn {
  display: block;
  margin: 12px auto 0;
  width: 64px;
  height: 24px;
  background: #5dc1cf;
  border-radius: 4px 4px 4px 4px;
  font-weight: 350;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > div
  .p1
  > div
  > .codeBox
  > .bimg {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > div
  .p1
  > div
  > .codeBox
  > p:nth-of-type(1) {
  margin-top: 8px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > div
  .p1
  > div
  > .codeBox
  > p:nth-of-type(2) {
  margin-top: 6px;
  font-size: 12px;
  line-height: 17px;
  color: #666666;
  text-align: center;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .topInfo
  > div
  .p1
  > div
  > .codeBox
  > .txt1 {
  margin-top: 6px !important;
  font-size: 12px !important;
  line-height: 17px !important;
  color: #666666 !important;
  text-align: center !important;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo {
  display: flex;
  justify-content: flex-start;
  padding: 40px 0;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card {
  width: 300px;
  padding: 0 8px;
  cursor: default;
  display: flex;
  flex-direction: column;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .listInfo
  .card:nth-of-type(n + 2) {
  border-left: 1px solid #d8d8d8;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .title1 {
  height: 18px;
  font-size: 14px;
  font-family: Source Han sans-serif;
  font-family: Source Han Sans;
  font-weight: 600;
  line-height: 18px;
  color: #333333;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 12px;
}

/* #top_nav .flexible>.login1 .PersonalCenter .listInfo .card .title1::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 16px;
    background: #0099AD;
    background-size: 100%;
    margin-right: 4px;
} */

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card .item {
  background: #ffffff;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  line-height: 20px;
  border-radius: 8px;
  padding: 10px 12px;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card .item .left {
  height: 20px;
  font-size: 14px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card .item:hover {
  background: #f2f9ff;
  color: #0099ad;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card .item:hover .left {
  color: #0099ad;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card .item .new {
  width: 230px;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card .item .new::after {
  display: block;
  content: "NEW";
  padding: 2px 8px;
  font-size: 12px;
  line-height: 17px;
  color: red;
  border-radius: 14px 14px 14px 0px;
  font-family: Source Han Sans;
  font-weight: 600;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .listInfo
  .card
  .item
  .rightText
  > .mark {
  background-color: #ff0000;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card .item .rightText {
  height: 20px;
  font-size: 14px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .listInfo
  .card
  .item
  .rightText::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/right3.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  margin-left: 4px;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .listInfo
  .card
  .none
  .rightText::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: none;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card .none {
  cursor: default;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card .item .copy {
  height: 20px;
  font-size: 14px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #aaaaaa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .listInfo
  .card
  .item
  .copy
  > span:nth-of-type(1) {
  width: 127px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .listInfo
  .card
  .item
  .copy
  > .copyImg {
  cursor: pointer;
  width: 28px;
  height: 14px;
  font-weight: 500;
  font-size: 14px;
  color: #5dc1cf;
  line-height: 14px;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card .row > a {
  font-weight: 350;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card .row > a:hover {
  background: #f2f9ff;
  color: #0099ad;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card .row > a .tags {
  display: inline-block;
  padding: 0 4px;
  height: 17px;
  background: #ff0808;
  border-radius: 9px 9px 9px 9px;
  font-family: DIN, DIN;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 17px;
  text-align: center;
  margin-left: 12px;
}

#top_nav
  .flexible
  > .login1
  .PersonalCenter
  .listInfo
  .card
  .row
  > a:nth-of-type(2) {
  justify-content: flex-start;
}

#top_nav .flexible > .login1 .PersonalCenter .listInfo .card .row span {
  color: #333333;
}

/* #top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item .copy>.copyImg::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/home-copy1.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin-left: 4px;
} */

/* #top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item:hover .copy>.copyImg::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/home-copy2.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin-left: 4px;
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item:hover {

    background: #F2F9FF
}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item:hover .left {

    color: #0099AD;

}

#top_nav .flexible>.login1 .PersonalCenter .listInfo .card .item:hover .rightText {

    color: #0099AD;

} */

#top_nav .flexible1 ul {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* width: 1200px; */
  padding: 0 calc((100% - 1200px) / 2);
  margin: 0 auto;
}

#top_nav .flexible1 ul li {
  padding: 24px 0 14px 0;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  position: relative;
}

#top_nav .flexible1 ul .new {
  position: relative;
}

#top_nav .flexible1 ul .new::before {
  display: block;
  content: "NEW";
  padding: 2px 8px;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  position: absolute;
  top: 4px;
  right: -16px;
  background: #fec12d;
  border-radius: 14px 14px 14px 0px;
  font-family: Source Han Sans;
  font-weight: 600;
}

#top_nav .flexible1 ul .hot {
  position: relative;
}

#top_nav .flexible1 ul .hot::before {
  display: block;
  content: "HOT";
  padding: 2px 8px;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  position: absolute;
  top: 4px;
  right: -16px;
  background: #fec12d;
  border-radius: 14px 14px 14px 0px;
  font-family: Source Han Sans;
  font-weight: 600;
}

#top_nav .flexible1 ul li a {
  padding: 24px 0 14px 0;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  font-family: Source Han Sans;
  font-weight: 600;
}

#top_nav .flexible1 ul li:hover a {
  color: #0099ad;
}

#top_nav .flexible1 ul .active {
  color: #0099ad;
  font-family: Source Han Sans;
  font-weight: 600;
  position: relative;
}

#top_nav .flexible1 ul .active::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #0099ad;
}

.hideTopAll .flexible1 ul .active::after {
  display: none !important;
}

#top_nav .flexible1 ul .active > a {
  color: #0099ad;
}

#top_nav .flexible1 ul li:nth-of-type(n + 2) {
  /* margin-left: 39px; */
}

#top_nav .flexible1 ul .projectHover {
  position: absolute;
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding: 0 calc((100% - 1200px) / 2);
  background: #ffffff;
  top: 60px;
  left: 0;
  /* height: 100vh; */
  /* background: rgba(0, 0, 0, 0.4); */
}

#top_nav .flexible1 ul .projectHover::before {
  width: 200vw;
  height: 100vh;
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  background: rgba(0, 0, 0, 0.4);
  z-index: -10;
}

#top_nav .flexible1 ul .projectHover::after {
  width: 200vw;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  background: #ffffff;
  z-index: -10;
}

#top_nav .flexible1 ul .projectHover .bgcFmask {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 32px;
  overflow-y: auto;
  overflow-x: visible !important;
  position: relative;
  z-index: 10;
}

#top_nav .flexible1 .mHeight::after {
  /* height: 302px !important; */
}

#top_nav .flexible1 ul .projectHover .bgcFmask::-webkit-scrollbar {
  width: 4px;
}

#top_nav .flexible1 ul .projectHover .bgcFmask::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#top_nav .flexible1 ul .projectHover .bgcFmask::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

#top_nav
  .flexible1
  ul
  .projectHover
  .bgcFmask::-webkit-scrollbar-thumb:window-inactive {
  background: #c1c1c1;
}

#top_nav .flexible1 ul .projectHover .bgcFmask::-webkit-scrollbar-left {
  left: 1110px;
}

#top_nav .flexible1 ul .projectHover .bgcFmaskH {
  height: 500px;
}

#top_nav .flexible1 ul .hide {
  display: none !important;
}

#top_nav .flexible1 ul .projectHover .list {
  padding-top: 20px;
  width: 185px;
  margin-right: 12px;
  z-index: 10;
}

#top_nav .flexible1 ul .projectHover .list .title {
  width: 185px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  cursor: pointer;
}

#top_nav .flexible1 ul .projectHover .list .title a {
  border-bottom: 1px solid #eeeeee;
  width: 180px;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-family: Source Han Sans;
  font-weight: 600;
}

#top_nav .flexible1 ul .projectHover .list .title > a > img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-left: 8px;
}

#top_nav .flexible1 ul .projectHover .list .title:hover {
  color: #0099ad;
}

#top_nav .flexible1 ul .projectHover .list .title:hover a {
  color: #0099ad;
}

#top_nav .flexible1 ul .projectHover .list .item {
  width: 186px;
  height: 40px;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#top_nav .flexible1 ul .projectHover .list .item > p {
  display: block;
  width: 150px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.am_flag {
  position: relative;
}

.am_flag::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 33px;
  width: 10px;
  height: 10px;
  background-color: red;
  background: url(../img/right3.png) no-repeat;
  background-size: 100%;
}

#top_nav .flexible1 ul .projectHover .list .hot1 > p {
  width: auto;
}

#top_nav .flexible1 ul .projectHover .list .new1 > p {
  width: auto;
}

#top_nav .flexible1 ul .projectHover .list .item:hover {
  background: #f2f9ff;
  color: #0099ad;
}

#top_nav .flexible1 ul .projectHover .list .item:hover > p {
  color: #0099ad;
}

/* #top_nav .flexible1 ul .projectHover .list .hot1 {
 position: relative;
} */

#top_nav .flexible1 ul .projectHover .list .hot1::after {
  /* position: absolute;
 top: 10px;
 right: 8px; */
  margin-left: 4px;
  display: inline-block;
  content: "";
  width: 33px;
  height: 14px;
  background: url(../img/home-title-hot.png) no-repeat;
  background-size: 33px 14px;
  cursor: pointer;
}

/* #top_nav .flexible1 ul .projectHover .list .new1 {
 position: relative;
} */

#top_nav .flexible1 ul .projectHover .list .new1::after {
  /* position: absolute;
 top: 10px;
 right: 8px; */
  margin-left: 4px;
  display: inline-block;
  content: "";
  width: 33px;
  height: 14px;
  background: url(../img/home-title-new.png) no-repeat;
  background-size: 33px 14px;
  cursor: pointer;
}

#top_nav .centerBox1 .img1 {
  display: block;
  /* width: 728px;
  height: 26px; */
}

#top_nav .centerBox1 .lookBtn {
  display: block;
  width: 148px;
  height: 38px;
  text-align: center;
  background: linear-gradient(254deg, #f8b1e0 0%, #81aefc 100%);
  border-radius: 10px;
  font-size: 18px;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #ffffff;
  line-height: 38px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  margin-left: 6px;
}

#top_nav .centerBox1 .lookBtn2 {
  margin-left: 6px;
  width: 119px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(255, 255, 255, 0.16);
  border-radius: 5px 5px 5px 5px;
  border: 2px solid #737ee8;
  font-size: 18px;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #737ee8;
  line-height: 40px;
  text-align: center;
}

#top_nav .centerBox1 .lookBtn3 {
  margin-top: 6px;
  width: 150px;
  height: 54px;
  background: url(/static/v2/img/sixOneEight/adBtn.png) no-repeat;
  background-size: 100% 100%;
}

.t_news {
  width: 260px;
  height: 19px;
  color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_li,
.swap {
  width: 260px;
  line-height: 19px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0px;
  margin: 0;
}

.news_li li {
  list-style: none;
  text-align: right;
}

.spot1 {
  position: relative;
}

.spot1::after {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  right: -9px;
  width: 8px;
  height: 8px;
  background: #e34d59;
  border-radius: 8px;
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.no-search-result {
  margin-top: 60px;
}

.no-search-result > img {
  display: block;
  margin: 0 auto;
  width: 363px;
  height: 246px;
}

.no-search-result > p {
  margin: 24px auto 0;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: center;
}
